home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / Misc / aa_m68k_Only / Encircle / Encircle.app / English.lproj / Private.nib / data.classes next >
Encoding:
Text File  |  1995-12-18  |  574 b   |  20 lines

  1. ChannelController = {
  2.     ACTIONS = {
  3.     "openPrivateMessage:" = "openPrivateMessage:"; 
  4.     "sendAway:" = "sendAway:"; 
  5.     "sendMessage:" = "sendMessage:"; 
  6.     "windowWillClose:" = "windowWillClose:"; 
  7.     }; 
  8.     OUTLETS = {
  9.     awayActionCell = awayActionCell; 
  10.     channelDialogScrollView = channelDialogScrollView; 
  11.     channelDialogText = channelDialogText; 
  12.     channelWindow = channelWindow; 
  13.     messageTextField = messageTextField; 
  14.     theSplitView = theSplitView; 
  15.     userBrowser = userBrowser; 
  16.     }; 
  17.     SUPERCLASS = NSObject; 
  18. };
  19. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  20.